home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / allied_russian_seaman.tik < prev    next >
Encoding:
Text File  |  2002-10-25  |  963 b   |  45 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52
  5.  
  6.     path models/human/german_panzer_tankcommander    // Set path to set skelmodel from
  7.     skelmodel panzer_tankcommander.skd
  8.  
  9.     surface coat1 shader soviet_seaman_tunic
  10.     surface pants shader soviet_corporal_pants
  11.     surface coat2 shader soviet_seaman_tunic
  12.  
  13.     path models/human/heads
  14.     skelmodel head1.skd
  15.     surface head shader soviet_seaman_face
  16.  
  17.     // HANDS
  18.     // =======================================================
  19.     path models/human/hands
  20.     skelmodel hand.skd
  21.     surface hand shader seaman_gloves
  22.  
  23.     // GEAR
  24.     // =======================================================
  25.     path models/equipment/germangear
  26.     skelmodel shovel.skd
  27.     surface shovel shader german_gear
  28.  
  29.     // HELMET
  30.     // =======================================================
  31.     path models/human/gear/SovietHat
  32.     skelmodel SeamanHat.skd
  33.     surface hat shader SeamanHat
  34. }
  35.  
  36. init
  37. {
  38.     server
  39.     {
  40.         voicetype russian
  41.     }
  42. }
  43.  
  44. $include models/player/base/include.txt
  45.